- close
void close(hid_t dset_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- create2
hid_t create2(hid_t loc_id, string name, hid_t type_id, hid_t space_id, hid_t lcpl_id, hid_t dcpl_id, hid_t dapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- create_anon
hid_t create_anon(hid_t file_id, hid_t type_id, hid_t space_id, hid_t plist_id, hid_t dapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- fill
void fill(void* fill, hid_t fill_type, void* buf, hid_t buf_type, hid_t space)
Undocumented in source. Be warned that the author may not have intended to support it.
- gather
void gather(hid_t src_space_id, void* src_buf, hid_t type_id, size_t dst_buf_size, void* dst_buf, H5D_gather_func_t op, void* op_data)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_access_plist
hid_t get_access_plist(hid_t dset_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_create_plist
hid_t get_create_plist(hid_t dset_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_offset
haddr_t get_offset(hid_t dset_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_space
hid_t get_space(hid_t dset_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_space_status
H5DSpaceStatus get_space_status(hid_t dset_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_storage_size
hsize_t get_storage_size(hid_t dset_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_type
hid_t get_type(hid_t dset_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- h5debug
void h5debug(hid_t dset_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- iterate
void iterate(void* buf, hid_t type_id, hid_t space_id, H5D_operator_t op, void* operator_data)
Undocumented in source. Be warned that the author may not have intended to support it.
- open2
hid_t open2(hid_t file_id, string name, hid_t dapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- read
void read(hid_t dset_id, hid_t mem_type_id, hid_t mem_space_id, hid_t file_space_id, hid_t plist_id, ubyte* buf)
Undocumented in source. Be warned that the author may not have intended to support it.
- scatter
void scatter(H5D_scatter_func_t op, void* op_data, hid_t type_id, hid_t dst_space_id, void* dst_buf)
Undocumented in source. Be warned that the author may not have intended to support it.
- set_extent
void set_extent(hid_t dset_id, hsize_t[] size)
Undocumented in source. Be warned that the author may not have intended to support it.
- vlen_get_buf_size
void vlen_get_buf_size(hid_t dataset_id, hid_t type_id, hid_t space_id, hsize_t* size)
Undocumented in source. Be warned that the author may not have intended to support it.
- vlen_reclaim
void vlen_reclaim(hid_t type_id, hid_t space_id, hid_t plist_id, void* buf)
Undocumented in source. Be warned that the author may not have intended to support it.
- write
void write(hid_t dset_id, hid_t mem_type_id, hid_t mem_space_id, hid_t file_space_id, hid_t plist_id, ubyte* buf)
Undocumented in source. Be warned that the author may not have intended to support it.